home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / butility / ddplt053.zip / drkr < prev    next >
Text File  |  1995-02-27  |  2KB  |  37 lines

  1. Dr. Krypton file encryptor was written in QuickBASIC 4.5 by Dave Byter on 13
  2. Feb 93.  Friday the Thirteenth came a day late that month.
  3.  
  4. Dr. Krypton will encrypt and decrypt any file.  By a special act of magic,
  5. encryption and decryption are exactly the same process. Encryption twice (:with
  6. the same personal encryption numbers:) will give you back your original file.
  7.  
  8. A personal encryption number is a positive single precision QuickBASIC number,
  9. which must be between 1.401298E-45 and 3.402823E+38.  In decimal the limits are
  10. 0.000000000000000000000000000000000000000000001401298 and
  11. 3402823000000000000000000000000000000.  In American English, that's between one
  12. plus quattuodecillionth and three hundred plus undecillion.  Only the first
  13. seven significant digits count, but you should play it safe with the eighth.
  14.  
  15. You may choose your desired level of security.  Dr. Krypton uses the
  16. QuickBASIC pseudorandom number generator, which is seeded with your personal
  17. encryption number.  Given the resources of the Federal Bureau of Investigation,
  18. one could try every seed, and look for any resulting plaintext.  With two
  19. personal encryption numbers, you would not know when you got one of them
  20. right.  It would require the resources of both the Federal Burro of
  21. Investigation and the Central Intelligence Agency to break your encryption.
  22. With three encryptions, the combined talents of the FBI, CIA, and the National
  23. Security Service would be necessary to break your security.  With four
  24. encryptions, they would run out of taxpayers.  And you can specify up to ten
  25. personal encryption numbers.
  26.  
  27. Dr. Krypton does not record your pens in any form anywhere.  There is no trap
  28. door or backdoor.  It would compromise security to do so.  Dr. Krypton
  29. overwrites and destroys the file which it encrypts.
  30.  
  31. ->REPEAT<-
  32. Dr. Krypton does not record your pens in any form anywhere.  There is no trap
  33. door or backdoor.  It would compromise security to do so.  Dr. Krypton
  34. overwrites and destroys the file which it encrypts.
  35.  
  36. Access to the entire text files is thru <CONTENTS>.
  37.